home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / network / lattice / portlib.lzh / PORTLIB / RTENT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-29  |  152 b   |  9 lines

  1. #ifndef _RTENT_H
  2. #define _RTENT_H
  3.  
  4. extern void        setrtent (void);
  5. extern void        endrtent (void);
  6. extern struct rtentry *    getrtent (void);
  7.  
  8. #endif
  9.